home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
WINPROGS
/
UPC12BS1.ZIP
/
LIB
/
READNEXT.H
< prev
next >
Wrap
Text File
|
1993-04-05
|
946b
|
24 lines
/*--------------------------------------------------------------------*/
/* r e a d n e x t . h */
/* */
/* Reads a spooling directory with optional pattern matching */
/* */
/* Copyright 1991 (C), Andrew H. Derbyshire */
/*--------------------------------------------------------------------*/
/*
* $Id: READNEXT.H 1.2 1993/04/05 04:38:55 ahd Exp $
*
* $Log: READNEXT.H $
* Revision 1.2 1993/04/05 04:38:55 ahd
* Return timestamp and size on file found
*
*/
char *readnext(char *xname,
const char *remote,
const char *subdir,
char *pattern,
time_t *modified,
long *size );